From 50e5323e51e9cbeb875314258d07467b5151a784 Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Mon, 17 Sep 2012 14:50:18 +0200 Subject: [PATCH] Do not introspect gtk_color_button_get_rgba. This method is deprecated so it gets in the way of the implemented gtk_color_chooser_get_rgba. --- gtk/gtkcolorbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c index 921d9ecc07..3accadd10e 100644 --- a/gtk/gtkcolorbutton.c +++ b/gtk/gtkcolorbutton.c @@ -747,7 +747,7 @@ gtk_color_button_set_rgba (GtkColorButton *button, } /** - * gtk_color_button_get_rgba: + * gtk_color_button_get_rgba: (skip) * @button: a #GtkColorButton * @rgba: (out): a #GdkRGBA to fill in with the current color * -- 2.30.2